###############################################
# XENOMORPH STRATEGIC RESOURCES
# Adds the biological economy resources used by
# Offspring & Egg Economy civic systems.
###############################################

xenomorph_eggs = {
	tradable = no
	category = strategic
	max = 15000
	tooltip_decimals = 1
	allow_deficit = yes
	deficit_trade_conversion_mult = -1.25

	# Eggs are an internal biological authority / growth resource.
	# They are intentionally not market-tradable.
	# Used for decisions, pop-growth buildings, reproductive upkeep,
	# branch office seeding, and high-tier biological construction.

	visibility_prerequisite = {
		OR = {
			is_scope_valid = no
			xeno_is_xenomorph_hive_country = yes
		}
	}

	ai_weight = { weight = 4 }
	ai_wants = { base = 50 }
}

xenomorph_offspring = {
	tradable = no
	category = strategic
	max = 15000
	tooltip_decimals = 1
	allow_deficit = yes
	deficit_trade_conversion_mult = -1.25

	# Offspring are immature biological stock used for evolution,
	# hostline projects, caste development, living ships/creatures,
	# and branch office infestation seeding.
	# They are intentionally not market-tradable.

	visibility_prerequisite = {
		OR = {
			is_scope_valid = no
			xeno_is_xenomorph_hive_country = yes
		}
	}

	ai_weight = { weight = 4 }
	ai_wants = { base = 50 }
}
